ZennoLab Assemblies Documentation
CaptchaRecognition(String,String[],String) Method

Type: System.String

The path to DLL library.

Type: System.String[]

An array of captures an array of strings.

Type: System.String

The recognition parameters.

Recognizes the captcha through the specified DLL library.
Syntax
public static string CaptchaRecognition( 
   string dllName,
   string[] captchas64Str,
   string parameters
)

Parameters

dllName

Type: System.String

The path to DLL library.

captchas64Str

Type: System.String[]

An array of captures an array of strings.

parameters

Type: System.String

The recognition parameters.

Return Value

Type: System.String

The recognition result.

Example
The following code example demonstrates uses of the CaptchaRecognition O:Zennolab.CommandCenter.ZennoPoster.CaptchaRecognition method.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

ZennoPoster Class
ZennoPoster Members
Overload List

Send Feedback